home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / abe.arc / TD_UUE.SH < prev    next >
Text File  |  1989-06-22  |  308b  |  6 lines

  1. # This is a shell script [MW]
  2. # Remove/modify the sed script if line numbers are not present in archive.
  3. # Beware of data the sort sorts into the encoding.
  4. # Some dumb uudecode programs will use this data.
  5. sort -u $* | sed -e '/^......closeblock=/d' -e '/^......startblock=/d' -e 's/^....//' | uudecode
  6.